/* v2.0 | 20110126
  http://meyerweb.com/eric/tools/css/reset/ 
  License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
.clearfix::before,
.clearfix::after{
    content: '';
    display: table;
    clear: both;
}

html{
	height: 100%;
	position: relative;
}
body{
	font-family: "Microsoft YaHei UI";
	font-size: 14px;
	overflow: hidden;
	background-color: white;
}
body a{
    text-decoration: none;
}
input{
	box-shadow:none;
	outline: none;
	resize: none; 
	border: none; 
	-webkit-appearance: none;
	-webkit-tap-highlight-color:rgba(0,0,0,0); 
}



/* 鑳屾櫙鍥�*/
.base .b_img .b_imgbox{
	position: absolute;
	left: 0px;
	top: 0px;
	z-index: -1;
	width: 77.1%;
	height: 100%;
}
.base .b_img img{
	position: absolute;
	top: 0;
	right: 0;
	vertical-align: top;
	height: 100%;
}


/* 鍙充笅瑙�*/
.base .j{
	position: absolute;
	bottom: 0;
	right: 0;
}




/* 鐧诲綍妗�*/
.base .login{
	width: 400px;
	height: 100%;
    vertical-align: middle;
	text-align: right;
	position: absolute;
	top: 0;
	right: 0;
	background-color: white;
	padding-left: 40px;
}
.base .login .loginbox .box{
	width: 100%;
	height: 500px;
	vertical-align: middle;
	text-align: center;
	position: absolute;
	top: 20%;
	right: 0;
	margin-right: -30px;
}

/* 鏍囬 */
.base .login .loginbox .box .log_img{
	width: 86%;
}
.base .login .loginbox .box img{
	width: 100%;
	height: 100%;
}

/* 鐧诲綍鍐呮 */
.base .login .loginbox .box .log_input{
	width: 86%;
	height: 360px;
}

/* 璐﹀彿 */
.base .login .loginbox .box .log_input .class1{
	width: 100%;
	height: 70px;
	border-bottom: #dadada solid 1px;
}
.base .login .loginbox .box .log_input .class1 .ul1 li{
	float: left;
	width: 50%;
	line-height: 70px;
	font-size: 14px;
	color: #b3b3b3;
	font-weight: bold;
}
.base .login .loginbox .box .log_input .class1 .ul1 .zhanghao{
	color: #f9a52c;
}
.base .login .loginbox .box .log_input .class1 .ul1 li img{
	width: 16px;
	height: 16px;
	margin: -2px 2px 0 0;
	vertical-align: middle;
}


/* 杈撳叆妗�*/
.base .login .loginbox .box .log_input .class2{
	width: 100%;
}
.base .login .loginbox .box .log_input .class2 li{
	padding: 20px 0 5px;
}
.base .login .loginbox .box .log_input .class2 input{
	width: 80%;
	height: 36px;
	padding: 7px 0 5px 10px;
	font-size: 16px;
	color:  #7b7979;
}
.base .login .loginbox .box .log_input .class2 .in1{
	border-radius: 10px;
}
.base .login .loginbox .box .log_input .class2 .in2{
	border-radius: 10px;
}
.base .login .loginbox .box .log_input .class2 .lab{
	/* width: 87%; */
	content: "";
	padding: 18px 0;
	border: 1px  #b3b3b3 solid;
	border-radius: 10px;
}
.base .login .loginbox .box .log_input .class2 .lab i{
	display: inline-block;
    padding: 20px 5px 0px 10px;
    color: #b3b3b3;
    font-size: 25px;
}
input::-webkit-input-placeholder{
    color: #b3b3b3;
    letter-spacing: 2px;
    font-size: 16px;
    text-indent: 5px;
}
.base .login .loginbox .box .log_input .class2 .lab:hover{
	border-color: #4a75d6;
}
.base .login .loginbox .box .log_input .class2 .lab:hover i{
	color: #4a75d6;
}

/* 鐢ㄦ埛鍚嶄笉鑳戒负绌�*/
.base .login .loginbox .box .log_input .class2 .ul1{
	width: 100%;
	height: 60px;
}
.base .login .loginbox .box .log_input .class2 .ul1 li{
	float: left;
	width: 50%;
	font-size: 14px;
	color: #4a75d6;
	font-weight: bold;
}

/* 璁颁綇瀵嗙爜 */
.base .login .loginbox .box .log_input .class2 .li2 .remember{
	width: 60px;
	height:25px;
	margin-top: -10px;
}
input[type=checkbox]{
    cursor: pointer;
    width: 15px;
	height: 15px;
}
input[type=checkbox]::after{
    background-color: #fff;
    background-image: url(../img/02/15.png);
    background-repeat: no-repeat;
    background-size: 100%;
    width: 15px;
    height: 15px;
    display: inline-block;
	content: ' ';
}  
input[type=checkbox]:checked::after{
    content: "✓";
    font-size: 15px;
    font-weight: bold;
    color:#4a75d6;
	text-align: center;
}

/* 鐧诲綍妗�*/
.base .login .loginbox .box .log_input .btn_box{
	width: 100%;
}
.base .login .loginbox .box .log_input .btn_box .btn{
	background: url(../img/02/17.png) no-repeat center;
	background-size: 100%;
	width: 100%;
	height: 70px;
	color: #fff;
	font-size: 20px;
	cursor: pointer;
}
.login .record{
	width: 100%;
    overflow: hidden;
	margin-left: -10%;
	text-align: center;
    position: absolute;
	bottom: 10px;
	z-index: 2;
}
.login .record img{
    width: 15px;
    margin-bottom: -3px;
}
.login .record,.record a{
    color:#6f6e6e;
    font-size: 10px;
}
.record a:hover{
    color: #4a75d6;
}
input:-webkit-autofill {
    background: white !important;
    color: #7b7979;
     -webkit-box-shadow: 0 0 0px 1000px white inset !important;
}
.base .login .loginbox .box .log_input .class2 .ul1 input{
	padding: 7px 0 5px 40px;
}


